On the Subject of Simon’s Suit
                Ladies and gentlemen! On stage DJ Mr. Simon
                
                    - There are 3 colored buttons and a bowtie on the module.
 
                    - The bowtie will flash a color; either red, yellow, green, or blue.
 
                    - The buttons can be red, yellow, green, cyan, blue, or magenta.
 
                    - The module will have 3 stages.
 
                    - For each stage, input the answer for all previous stages and the current one.
 
                    - To solve the module, enter the answer to a simple math problem.
 
                    - Entering an incorrect answer will incur a strike.
 
                
                
                    - Convert the left and right buttons to a number:
 
                
                
                
                    - Convert the color of the bowtie to an operator:
 
                
                
                
                    - Calculate the solution to the math problem (in the case of a division equation resulting in a decimal, round the final answer upwards), and take the solution modulo 3. This solution will be known as value N.
 
                    - If top button is green, cyan, or blue, move clockwise N times, starting from the left button.
 
                    - Otherwise, move counterclockwise N times, starting from the right button.
 
                    - The button you end up on is the button to press for this stage.